home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 11 / 0 / DISK1105.ZIP / HELP / #SYSM1.2 < prev    next >
Text File  |  1988-06-01  |  2KB  |  48 lines

  1.  
  2.       ════════════════════════════════════════════════════════
  3.          USING THE MATHEMATICAL FORMULATION METHOD
  4.       ════════════════════════════════════════════════════════
  5.  
  6.          the SUPPLY EQUATIONS (Si) can be expressed as
  7.  
  8.          #101 + #102 + #103 + #104 = S1 = 150           (1)
  9.  
  10.          #201 + #202 + #203 + #204 = S2 =  40           (2)
  11.  
  12.          #301 + #302 + #303 + #304 = S3 =  80           (3)
  13.  
  14.          the DEMAND EQUATIONS (Dj) can be expressed as
  15.  
  16.                 #101 + #201 + #301 = D1 =  90           (4)
  17.  
  18.                 #102 + #202 + #302 = D2 =  70           (5)
  19.  
  20.                 #103 + #203 + #303 = D3 =  50           (6)
  21.  
  22.                 #104 + #204 + #304 = D4 =  60           (7)
  23.  
  24. ...more information on next view
  25.  
  26.          the  OBJECTIVE will be to minimize the overall  shipping 
  27.          COST  which is the shipping cost per unit multiplied  by 
  28.          the corresponding volumes: Cij * (#i0j).
  29.  
  30.           MINIMUM = 27.0* #101 + 23.0* #102 + 31.0* #103....
  31.                     ...........+ 35.0* #303 + 57.0* #304
  32.           or.
  33.  
  34.           MAXIMUM = -27.0* #101 - 23.0* #102 - 31.0* #103....
  35.                     ............- 35.0* #303 - 57.0* #304
  36.  
  37.  
  38.          The second form of the OBJECTIVE FUNCTION will allow  us 
  39.          to  use  the default automatically created by  BEST-PLAN 
  40.          labeled  " max:  profit".   Shipping  COSTS can then  be 
  41.          entered using the COST data statements.
  42.  
  43.  
  44.  
  45.  
  46. ...try other screens
  47.  
  48.